Skip to content
Pasqal Documentation

First contact

The code is available on GitHub.

To clone it

Terminal window
$ git clone git@github.com:pasqal-io/quantum-evolution-kernel.git

or

Terminal window
$ git clone https://github.com/pasqal-io/quantum-evolution-kernel

We use hatch and Python 3.10 for development.

With Python and pip installed, to setup the environment:

Terminal window
$ pip install hatch
$ hatch -v shell

This will open a shell with all the dependencies installed.

To run the unit and integration tests

Terminal window
$ hatch run test

To run linters

Terminal window
$ hatch run pre-commit run --all-files